type crypto/tls.aead

9 uses

	crypto/tls (current package)
		cipher_suites.go#L148: 	aead   func(key, fixedNonce []byte) aead
		cipher_suites.go#L199: 	aead   func(key, fixedNonce []byte) aead
		cipher_suites.go#L446: type aead interface {
		cipher_suites.go#L517: func aeadAESGCM(key, noncePrefix []byte) aead {
		cipher_suites.go#L551: func aeadAESGCMTLS13(key, nonceMask []byte) aead {
		cipher_suites.go#L575: func aeadChaCha20Poly1305(key, nonceMask []byte) aead {
		conn.go#L265: 	case aead:
		conn.go#L360: 		case aead:
		conn.go#L513: 	case aead: